home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / text / aread / aread.doc < prev    next >
Text File  |  1998-02-18  |  5KB  |  213 lines

  1.  
  2.  
  3.                           ARead v1.0
  4.  
  5.                           (21.2.1998)
  6.  
  7.                         By Cliff Earl.
  8.  
  9.                       (cee@voyager.co.nz)
  10.  
  11.                       © 1998 Cliff Earl.
  12.  
  13.  
  14. Introduction.
  15.  
  16.   I  only  have a lowly 68000 in my old A2000.  Now if I have a
  17. little textfile that is only 1k or so in size, it seems to take
  18. forever  for multiview to load and display it.  I created ARead
  19. to rectify this problem.
  20.  
  21.   If  you  double  clicked  the ARead.doc icon (the little itty
  22. bitty one) straight from the distribution drawer and if you did
  23. not  notice  already, ARead is being used to read this document
  24. :^)
  25.  
  26.   ARead  as mentioned above is made for reading small textfiles
  27. like  aminet .readme files and file_id.diz files.  A few things
  28. to remember when using ARead are..
  29.  
  30.  
  31.  - ARead  will  load  any sized file but will  not display more
  32.    than 16000 lines.
  33.  
  34.  - ARead will NOT wordwrap any lines in the textfile.
  35.  
  36.  - ARead  does not like lines of text that are longer  than 254
  37.    characters. Strange behaviour may occur :^)
  38.  
  39.  - ARead does not change tabs to spaces.
  40.  
  41.  - ARead does not like multi coloured text (ANSI).
  42.  
  43.  
  44.   As  you  can  see ARead is not such a powerful text reader, I
  45. made  it  only  to  suit  my own needs.  If you think ARead has
  46. potential and would like to see more options and features added
  47. then please contact me with your requests.  I am only too happy
  48. to  add  things  to ARead for you, you just have to let me know
  49. what you want.
  50.  
  51. you want tabs-spaces?
  52.  
  53. you want search function?
  54.  
  55. you want wordwrap?
  56.  
  57. you want xpk support?
  58.  
  59. you want menus?
  60.  
  61. you want iconify?
  62.  
  63. you want a rexx port?
  64.  
  65. you want multicolour support?
  66.  
  67. you want filerequesters?
  68.  
  69. you want drag'n'drop?
  70.  
  71. what do you want?
  72.  
  73. I want a new Amiga :^)
  74.  
  75. Enjoy..
  76.  
  77.  
  78.          ********************************************
  79.  
  80.  
  81. Installing ARead.
  82.  
  83.  - copy ARead to C:  or somewhere in your path.
  84.  
  85.  
  86.          ********************************************
  87.  
  88.  
  89. Using ARead.
  90.  
  91.   Before the real meat here are what key combo's do what things
  92. when ARead is running..
  93.  
  94. CURSORUP..............previous line
  95.  
  96. CURSORDOWN............next line
  97.  
  98. SHIFT+CURSORUP........previous page
  99.  
  100. SHIFT+CURSORDOWN......nextpage
  101.  
  102. CONTROL+CURSORUP......first page
  103.  
  104. CONTROL+CURSORDOWN...last page
  105.  
  106. ESCAPE................quit
  107.  
  108.  
  109. Using ARead from Workbench.
  110.  
  111.   First  change  the default tool of the project you want ARead
  112. to  read  on to C:ARead (or wherever you put it.  Next add some
  113. tooltypes to get ARead looking how you want it.  You don't have
  114. to  add tooltypes if you want the default values.  Here are the
  115. tooltypes that ARead will understand.
  116.  
  117. FONTNAME
  118. Name  of  the  font  that you want ARead to use when displaying
  119. text.  Default=topaz.font.
  120.  
  121. FONTSIZE
  122. Height of the font you specified. Default=8.
  123.  
  124. LEFT
  125. X-Position of ARead window. Default=0
  126.  
  127. TOP
  128. Y-Position of ARead window. Default=16
  129.  
  130. WIDTH
  131. Width of ARead window. Default=640
  132.  
  133. HEIGHT
  134. Height of ARead window. Default=240
  135.  
  136.  
  137. Using ARead from Shell/CLI.
  138.  
  139. I'm getting tired, so we will just put an example here..
  140.  
  141. ARead docs:aread.doc FONTNAME=xen.font FONTSIZE=11
  142.  
  143.   Easy  huh?   The  arguments  that  ARead  can  understand are
  144. exactly the same as the tooltypes above, and the default values
  145. are also the same.
  146.  
  147.   If  the  font  you specified is not available then ARead will
  148. fallback  on  topaz.font  which  is always?  available.  If you
  149. HATE  topaz  (like  me) then you should get a program to change
  150. topaz.font to any other fixed width font you like.  I reccomend
  151. TopazPatch  if  you don't have one.  TopazPatch is also written
  152. by  me (plug, plug) and is very good.  It comes (like no other)
  153. with  it's  own  GUI prefs program so you can change your topaz
  154. settings whenever you like.  Ahh, ain't I nice to you?
  155.  
  156.   Okay  so yeah I was gonna type some more text to bore you but
  157. yeah it's time to crash :^)
  158.  
  159.  
  160.          ********************************************
  161.  
  162.  
  163. Legal Crap.
  164.  
  165.   This  program  is FreeWare.  You don't have to send money and
  166. stuff  but  you  can if you like.  I take no responsability for
  167. any  damage  caused  to  whatever by using the programs in this
  168. distribution.   You  can  give the program to any old human but
  169. you  are not allowed to charge money for it.  Magazines are not
  170. allowed  to distribute the programs without prior permission of
  171. the  author (that's me) or they must send me a free copy of the
  172. magazine/coverdisk that contains the programs.
  173.  
  174.  
  175.          ********************************************
  176.  
  177.  
  178. How To Contact Me.
  179.  
  180. You can send me stuff by post to..
  181.  
  182.     Cliff Earl,
  183.     P.O Box 159,
  184.     Otaki,
  185.     Wellington 6471,
  186.     New Zealand.
  187.  
  188. You can EMail (suggestions, bug-reports, whatever) to..
  189.  
  190.     cee@voyager.co.nz
  191.  
  192.  
  193.          ********************************************
  194.  
  195. Credits.
  196.  
  197.                 - written and assembled with -
  198.  
  199.                          ASM-One v1.30
  200.                            By T.F.A
  201.                          no copyright?
  202.  
  203.  
  204.          ********************************************
  205.  
  206. History.
  207.  
  208. v1.0 (21/2/1998)
  209.  
  210.   - first public release
  211.  
  212.  
  213.